fix(ci): fix broken workflows and add complete env var reference - #1
Open
kureyoungabare-hub wants to merge 3 commits into
Open
fix(ci): fix broken workflows and add complete env var reference#1kureyoungabare-hub wants to merge 3 commits into
kureyoungabare-hub wants to merge 3 commits into
Conversation
added 3 commits
July 25, 2026 15:52
…m WASM build - package.json: add workspaces field so npm install at root populates packages/api-schemas/node_modules and zod is resolvable (fixes TS2307 across primitives.ts, requests.ts, responses.ts, vault.ts) - packages/api-schemas/src/primitives.ts: explicit string type on .refine() callback param (line 26); explicit string|number->string on .transform() callback (line 42) — fixes TS7006 noImplicitAny - packages/api-schemas/src/requests.ts: explicit inline type on .refine() query param (line 51) — fixes TS7006 noImplicitAny - frontend/src/pages/Portfolio.tsx: add missing locale dep to columns useMemo (used by formatNumber/formatPercent in cell renderers); stabilise useUrlState options in a useRef so defaultSortBy is not a recreated object on every render — fixes react-hooks/exhaustive-deps warnings - rust-toolchain.toml: pin Rust to 1.82.0 + wasm32-unknown-unknown target. ethnum 1.5.2 (transitive via soroban-env-common 22.1.3) uses a const_transmute from a zero-size type that ICEs on Rust >=1.83; 1.82.0 is the newest stable compatible with soroban-sdk 22 + ethnum 1.5.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
i have resolve the issue
Closes Junirezz#926